Introduction

TODO Create an example file that demonstrates the formatting and features of your format.

More Information

You can learn more about controlling the appearance of HTML output here: https://quarto.org/docs/output-formats/html-basics.html

Additional Information

This is what a code block looks like:

x <- 1
y <- 2

x + y
[1] 3